Reseller Level Coefficients API
POST /getResellerLevelCoefficients
Description
This API endpoint retrieves the coefficients related to reseller levels, including various metrics such as credit percentages and sales data.
Request Body
The request uses GraphQL to perform the getResellerLevelCoefficients
query, which does not require any variables.
Query:
query getResellerLevelCoefficients {
getResellerLevelCoefficients {
monthCreditPercent
monthCreditMax
currentCreditPercent
currentCreditMax
activeSubscriptionPercent
activeSubscriptionMax
membershipDurationPercent
membershipDurationMax
depositIntervalManualDays
depositIntervalMax
totalSalePercent
totalSaleMax
monthSalePercent
monthSaleMax
}
}
GraphQL Variables:
{}